projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c81b526
)
(gdb-starting): Reset gdb-signalled to nil.
author
Nick Roberts
<nickrob@snap.net.nz>
Wed, 23 Aug 2006 03:10:02 +0000
(
03:10
+0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Wed, 23 Aug 2006 03:10:02 +0000
(
03:10
+0000)
lisp/progmodes/gdb-ui.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gdb-ui.el
b/lisp/progmodes/gdb-ui.el
index bbd23b9fad0ccf3ed29f746dff1669bb24688cc9..f45bb2fe5244bb18195603920b59311e20102c4a 100644
(file)
--- a/
lisp/progmodes/gdb-ui.el
+++ b/
lisp/progmodes/gdb-ui.el
@@
-1290,6
+1290,7
@@
not GDB."
(progn
(setq gud-running t)
(setq gdb-inferior-status "running")
+ (setq gdb-signalled nil)
(gdb-force-mode-line-update
(propertize gdb-inferior-status 'face font-lock-type-face))
(gdb-remove-text-properties)